listObj.filterListClientSide Method
/documentation/pages/Ref/Client_Api/UX/list object methods/filterListClientSide Method.xml
Performs a client-side search on the data in the List and displays all rows that have the *[js:searchFor]* value in any column in the List.
SQL::List Object
/documentation/pages/Ref/Api/Namespace/SQL/List/index.xml
All properties that are arrays support the following properties and methods. Since an array may support several types of objects, you must check an item for token type (using the TargetTokenType property) before referencing its properties. The list items may be accessed using array syntax. All functions take a zero-based position index. Array syntax is one-based.
A5.ControlBar.Item Button List Object
/documentation/pages/Ref/Client_Api/A5/ControlBar_class/Item Button List_object/index.xml
Definition of a button list.
A5.ListBox.setFilter Method
/documentation/pages/Ref/Client_Api/A5/ListBox_class/setFilter Method.xml
Filter the list data.
SQL::List::Add Method
/documentation/pages/Ref/Api/Namespace/SQL/List/Add Method.xml
The SQL::List::Add() method
SQL::List::Reset Method
/documentation/pages/Ref/Api/Namespace/SQL/List/Reset Method.xml
The SQL::List::Reset() method
SQL::List::Item Method
/documentation/pages/Ref/Api/Namespace/SQL/List/Item Method.xml
The SQL::List::Item() method
SQL::List::Remove Method
/documentation/pages/Ref/Api/Namespace/SQL/List/Remove Method.xml
The SQL::List::Remove() method
SQL::ReferenceList Object
/documentation/pages/Ref/Api/Namespace/SQL/ReferenceList/index.xml
The SelectTableReferences, ColumnReferences, and FunctionReferences properties of parsable (SQL::Query) objects all return a ReferenceList object. This object acts like an array. Unlike the List object, the items are from arbitrary nodes on the tree. Although the properties of the objects can be changed, the list itself is read-only. All functions take a zero-based position index. Array syntax is one-based.
A5.ListBox.Item Object
/documentation/pages/Ref/Client_Api/A5/ListBox_class/Item_object/index.xml
Definition of a custom item.